When downloading the Qmove application, the Qview-5 development environment can give error messages that are not described in the development environment manual. These errors sono particolari and the description string given by Qview-5 is generated directly by the firmware.
The table below describes possible error messages generated by the firmware.
| Possible error message | Description |
|---|---|
Error: SYSTEM + ARRSYS + DATAGROUP + INTDEVICE size overflow by 234bytes. | Given when the retentive variables exceed the maximum limit. |
Error: serial port not avaliable in SERCOM or MODBUS device declaration. | Given when the wrong number is used during the device declaration to select the communication channel. |
Error: CANOPEN device required if you use more than 3 slots. | In the BUS definition more than 3 slots are being used and so the application requests the use of Canopen modules. To manage this, a CANOPEN device must be declared. |
Error: incorrect bus fault mode in CANOPEN declaration. | The CANOPEN device declaration indicates a fault mode (last value in the declaration) that is not supported. |
Error: incorrect canbus speed in CANOPEN declaration. | The CANOPEN device declaration indicates an invalid speed. |
Error: too much CANOPEN device declaration. | Only one CANOPEN device can be declared. |
Error: absol. encoder resource num in ABSCNT device declar. is not avail. | The ABSCNT device declaration indicates an inexistent resource. |
Error: COUNT in ABSCNT device declaration is not a simulated counter. | The counter address used in the ABSCNT device declaration cannot be a simulated type (e.g. 1.CNT01). |